home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / advbas40.arc / READ.ME < prev    next >
Encoding:
Text File  |  1987-12-13  |  3.5 KB  |  68 lines

  1.  
  2.  +----------------------------------------------------------------------------+
  3.  |                                                                            |
  4.  |  NEW ADDRESS                Thomas G Hanlin III         /                  |
  5.  |    NEW ADDRESS             1712 Maple Hill Place       <<========== LOOK!  |
  6.  |      NEW ADDRESS           Alexandria, VA 22302         \                  |
  7.  |                                                                            |
  8.  +----------------------------------------------------------------------------+
  9.  
  10.  
  11.  
  12.      If you run into trouble with ADVBAS, please read the Operation Notes
  13.      at the beginning of the ADVBAS.DOC manual.  Remember to declare any
  14.      numeric variables used with ADVBAS routines as integers!
  15.  
  16.      See the file WARNING.TXT for information about bugs in QuickBASIC
  17.      version 3.0 - 4.0 which affect ADVBAS users.  This is particularly
  18.      important with QB4, which is both buggy and somewhat incompatible
  19.      with previous versions of the QuickBASIC compiler.
  20.  
  21.      ADVBAS comes with a complete set of object files for its routines.
  22.      This allows you to create your own libraries for QuickBASIC.
  23.  
  24.      For QuickBASIC 2.0 - 3.0, you can create a library compatible with
  25.      the programming environment by using the BUILDLIB utility provided
  26.      with QuickBASIC.  In order to create the library, use the command
  27.      "BUILDLIB <ADVBAS.QB".  This will create the library ADVBAS.EXE from
  28.      the object files.  You may edit ADVBAS.QB to include your own
  29.      routines to create a customized ADVBAS.EXE.
  30.  
  31.      For QuickBASIC 4.0, you can create a library compatible with the
  32.      programming environment by using the LINK utility provided with
  33.      QuickBASIC.  Use the command "LINK <ADVBAS.QB4".  Note that you must
  34.      have the library BQLB40.LIB (which comes with QuickBASIC 4.0) in your
  35.      current drive/directory, or on the path specified by the DOS
  36.      environment variable "LIB".  This will create the library ADVBAS.QLB
  37.      from the object files.  You may edit ADVBAS.QB4 to include your own
  38.      routines if you wish to create a customized ADVBAS.QLB.
  39.  
  40.      For compiling with any version of QuickBASIC from the command line,
  41.      you can create a library by using the LIB utility provided with many
  42.      of Microsoft's languages, including QuickBASIC 4.0.  Use the command
  43.      "LIB <ADVBAS.BS" to create the library.  Use a disk which does not
  44.      already contain ADVBAS.LIB.
  45.  
  46.      The ADVBAS object files have been grouped in an archive, OBJECT.ARC,
  47.      in order to reduce space requirements.  If you got ADVBAS from a BBS,
  48.      just unARC this file the way you normally would.
  49.  
  50.      Contributors unfamilar with archives should use the enclosed ARCE
  51.      utility to access the archive files.  The object code can be accessed
  52.      using the command "ARCE OBJECT", and the source code by "ARCE SOURCE".
  53.  
  54.      My thanks to Vern Buerg,  an author of ARCE, for his permission to
  55.      include this handy utility with the ADVBAS disk.
  56.  
  57.  
  58.  
  59. ***********---------------------------------------------------------***********
  60.                                  NOTICE!
  61.  
  62.       The object files are included for your convenience in creating your
  63.       own customized version of ADVBAS.  Such libraries are for your own
  64.       personal use only.  You may not distribute modified libraries to the
  65.       general public!  Such distribution is in violation of my copyright,
  66.       and I will not be amused.
  67. ***********---------------------------------------------------------***********
  68.